home *** CD-ROM | disk | FTP | other *** search
/ PC Home 119 / PC Home issue 119.iso / Software / FasterPC / 4DiskCleanGold3.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-11-27  |  2.0 KB  |  42 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=4Diskclean Gold 3.0
  4. AppVerName=4Diskclean Gold
  5. AppId=4Diskclean Gold
  6. AppVersion=3.0
  7. DefaultDirName={pf}\4DiskcleanG
  8. DefaultGroupName=4Diskclean Gold
  9. UninstallDisplayIcon={app}\4DiskClean.ico
  10. UninstallDisplayName=4Diskclean Gold
  11. OutputBaseFilename=setupg
  12. Compression=zip
  13. PrivilegesRequired=none
  14. DisableProgramGroupPage=yes
  15. LicenseFile=embedded\License.txt
  16. InfoAfterFile=embedded\InfoAfter.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\cfx32.ocx"; DestDir: "{app}"; Flags: regserver 
  21. Source: "{app}\oc30.dll"; DestDir: "{app}"; 
  22. Source: "{app}\4DiskClean.ico"; DestDir: "{app}"; 
  23. Source: "{app}\Initialize.exe"; DestDir: "{app}"; 
  24. Source: "{app}\config.txt"; DestDir: "{app}"; 
  25. Source: "{app}\4dcaux.exe"; DestDir: "{app}"; 
  26. Source: "{app}\4dcaux2.exe"; DestDir: "{app}"; 
  27. Source: "{app}\Order_Form.txt"; DestDir: "{app}"; 
  28. Source: "{app}\Order_Form1.rtf"; DestDir: "{app}"; 
  29. Source: "{app}\Important.txt"; DestDir: "{app}"; 
  30. Source: "{app}\4DiskClean.exe"; DestDir: "{app}"; 
  31. Source: "{app}\Data.txt"; DestDir: "{app}"; Flags: uninsneveruninstall 
  32. Source: "{app}\4DiskClean.hlp"; DestDir: "{app}"; 
  33. Source: "{app}\Mfcans32.dll"; DestDir: "{app}"; 
  34. Source: "{app}\Legend.txt"; DestDir: "{app}"; 
  35. [Run]
  36. Filename: "{app}\4DiskClean.exe"; Description: "Run 4Diskclean Gold now?"; Flags: postinstall 
  37. [Icons]
  38. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\4DiskClean.exe"; Filename: "{app}\4DiskClean.exe"; WorkingDir: "{app}"; IconFilename: "{app}\4DiskClean.exe"; Comment: "4Diskclean Gold"; MinVersion: 4.1,4.0; 
  39. Name: "{group}\4DiskClean Help"; Filename: "{app}\4DiskClean.hlp"; WorkingDir: "{app}"; Comment: "help"; MinVersion: 4.1,4.0; 
  40. Name: "{group}\4Diskclean Gold"; Filename: "{app}\4DiskClean.exe"; WorkingDir: "{app}"; 
  41. Name: "{userdesktop}\4DiskClean Gold"; Filename: "{app}\4DiskClean.exe"; WorkingDir: "{app}"; 
  42.